CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - rsa 大数

搜索资源列表

  1. rsa

    0下载:
  2. 本程序实现了用RSA加密算法加密、解密图片。本程序仅作为RSA原理理解,所以没有实现大数运算部分,RSA选取n为15~16位,加密图片不要选太大,否则会很慢。
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:3737
    • 提供者:涂进
  1. RSA

    1下载:
  2. 大数运算库 RSA算法 MFC做的 加密时间大概4到5秒 解密很快
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:77747
    • 提供者:huqiuping
  1. RSA

    0下载:
  2. RSA算法是第一个能同时用于加密和数字签名的算法,也易于理解和操作。RSA是被研究得最广泛的公钥算法,从提出到现在已近二十年,经历了各种攻击的考验,逐渐为人们接受,普遍认为是目前最优秀的公钥方案之一。RSA的安全性依赖于大数的因子分解,但并没有从理论上证明破译RSA的难度与大数分解难度等价。即RSA的重大缺陷是无法从理论上把握它的保密性能如何,而且密码学界多数人士倾向于因子分解不是NPC问题。 RSA的缺点主要有:A)产生密钥很麻烦,受到素数产生技术的限制,因而难以做到一次一密。B)分组长度太大
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:19520
    • 提供者:陈泗勇
  1. RSA-lx

    0下载:
  2. /* RSA Demo 1.0 版 * 版权所有 (C) 2004 赵春生 * 2004.04.25 * http://timw.yeah.net * http://timw.126.com * 本程序调用Miracl ver 4.82大数运算库,详见其附带手册。 * P,Q,N,D,E使用RSATool2生成。 */ 编译提示: 一:将Project-Settings-Settings For(All Configuration)-C/C++中Category项的 Precompiled He
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:172963
    • 提供者:李湘
  1. RSA RSA公钥加解密算法源码

    1下载:
  2. RSA公钥加解密算法源码,VC++语言开发, 可生成最长1024比特密钥对,里面包含大数运算类,可直接移植使用。-RSA public key encryption algorithm source code, VC++ language development, can generate up to 1024-bit key pair, which contains large numbers operation classes can be directly transplanted to
  3. 所属分类:加密解密

    • 发布日期:2017-03-23
    • 文件大小:19496
    • 提供者:wangrui
  1. RSA1 用RSA算法实现加解密的功能

    0下载:
  2. 用RSA算法实现加解密的功能,可支持128-2048位,RELEASE版本,无问题。还有可支持大数运算的计算功能-RSA encryption algorithm with the functionality to support 128-2048 bit, RELEASE version, no problem. There can support large numbers of computing operations
  3. 所属分类:加密解密

    • 发布日期:2017-05-20
    • 文件大小:5671925
    • 提供者:张友乔
  1. BigInt.rar

    2下载:
  2. 大数运算库源文件:BigInt.cpp 作者:afanty@vip.sina.com 版本:1.2 (2003.5.13) 说明:适用于MFC,1024位RSA运算,Large numbers computing library source files: BigInt.cpp Author: afanty@vip.sina.com Version: 1.2 (2003.5.13) Descr iption: applicable to MFC, 1024 bit RSA operatio
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2016-01-22
    • 文件大小:5571
    • 提供者:梁增健
  1. RSA

    0下载:
  2. RSA加密算法,可以对任意文件进行加密解密,可以设置N、E大数,或者随机生成。-RSA encryption algorithm, you can decrypt any encrypted files, you can set the N, E large numbers, or randomly generated.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:43091
    • 提供者:Zn
  1. RSA_Dll

    0下载:
  2. 利用MIRACL大数运算库实现的RSA加密的动态链接库,读者在编译时需要重新加载MIRACL库。-MIRACL library to use computing to achieve large numbers of RSA encryption dynamic-link library, readers need to reload when compiling MIRACL library.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-21
    • 文件大小:147269
    • 提供者:gengqin
  1. bigtest

    0下载:
  2. 这时一个用大数包gmp.h实现的一个RSA算法程序,它有图形界面,完全可以运行通过,希望对大家有帮助
  3. 所属分类:密码/编码算法

    • 发布日期:2012-11-09
    • 文件大小:954588
    • 提供者:daxiafengyun
  1. RSA

    0下载:
  2. RSA VC++实现,包括大数运算和RSA详细实现-The Designing of RSA
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-28
    • 文件大小:78195
    • 提供者:花岭
  1. RSAKit_mod

    0下载:
  2. RSA运算的大数库 语法简洁易懂 实用性强 -RSA BigInt simple and practice
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-05
    • 文件大小:75776
    • 提供者:topgun
  1. shor

    0下载:
  2. 大数质因子分解的shor算法的在经典计算机上的模拟。shor算在量子计算计算机上能够在很短时间内分解大数的质因子,对现有的RSA系统是一种严重的威胁。-Factorization of large numbers of quality in the shor algorithm simulation on classical computer. shor computer operator in the quantum computation can be decomposed in a ver
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-09
    • 文件大小:1964860
    • 提供者:zhouf
  1. RSA

    0下载:
  2. 密码学RSA算法加密,算法有小漏洞,不能加密大数,二次加密也可能会出错,仅供大家参考-Cryptography RSA encryption algorithm, the algorithm a small loophole, not encryption of large numbers, the second encryption may be wrong, for your reference
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-15
    • 文件大小:3684075
    • 提供者:楼帅
  1. mul_fft_96bit

    0下载:
  2. 基于Fermat数变换的大数相乘运算的Verilog实现,可应用于RSA加法芯片中。-Fermat number transform based on multiplying large numbers operations Verilog implementation, can be applied to RSA chip.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:38986
    • 提供者:张勇奇
  1. CRSA

    0下载:
  2. C++的RSA大数算法,但是没有没有界面,希望有帮助-C++, large numbers RSA algorithm, but there is no interface, want to help
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:5127
    • 提供者:徐龙玉
  1. factor

    0下载:
  2. 分解大数质因子的Shor算法的提出,对RSA公钥密码体系构成了很大的威胁,本程序实现2种算法的大数因子分解。-Decomposition of large number of quality factors in Shor algorithm proposed, on the RSA public key cryptography system constitutes a great threat, the program achieved two kinds of algorithm for
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-23
    • 文件大小:926
    • 提供者:vince
  1. RSA

    0下载:
  2. 用自己的大数类写成的RSA算法,有加密和解密,速度一般-Classes with large numbers written in their own RSA algorithm, with encryption and decryption speed of the general
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:218164
    • 提供者:虎爷
  1. RSA

    0下载:
  2. JAVA写的可以用RSA加密解密的代码,随机产生密钥,数据格式是长整型,代码包含求逆元、大数取模模块。-Can be written in JAVA RSA encryption and decryption code, randomly generated key, the data format is a long integer, the code contains the inverse element, large numbers modulo module.
  3. 所属分类:Ajax

    • 发布日期:2017-03-31
    • 文件大小:1850
    • 提供者:
  1. RsaDllAndTest

    0下载:
  2. 利用大数库写的一个RSA模幂运算的小软件,该软件能够方便的进行RSA模幂运算,并且可以让读者学习大数库的使用方法。-Use of large numbers of a library to write a small RSA Modular Exponentiation software, the software can easily be RSA modular power, and large numbers can help readers learn to use the librar
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:336032
    • 提供者:稀有品种
« 1 23 4 5 6 7 »
搜珍网 www.dssz.com